.buttonStyling{
    margin: 5px;
}
.buttonStyling2{
    margin: 10px;
    
}
.buttonOpen{
    background-color: #145DA0;
}

.buttonClosed{
    background-color: #2E8BC0;
}

body{
    background-color: #B1D4E0;
}

.text{
    color: #145DA0;
}

.headerText{
    color: #0C2D48;
}